All Questions
Tagged with cssto-do-list
13 questions
4votes
3answers
920views
TODO application
The assignment was the following: Users can add at a new Item/Card with Title and Description. Everytime an item is created, it is automatically placed in the TODO column At any point in time items ...
3votes
1answer
134views
Simple Vanilla JS Todo app
I'm a Kotlin engineer looking to get into web dev. I thought it'd be fun to make a Todo app w/o help from the internet. Just looking for some critiques and feedback, as I'm new-ish to the language. ...
5votes
0answers
55views
Todolist in vanillaJS
I have been studying front-end development for 2 .5 months, I decided to switch to practice and wrote a todo list in 8 hours Please write your opinion about the code and how it can be improved (...
1vote
2answers
109views
Javascript to-do application for native Javascript
I did a simple to-do application for native Javascript. This is my first time, previously I used only jQuery. What recommendations would be useful? https://codepen.io/denibudeyko/pen/MWyEmox ...
4votes
2answers
412views
Simple to-do application by an HTML beginner
I have made a simple To-Do Application just to get started with HTML/CSS/JavaScript and here is what I came up with. I have done what I can do at my best but still, I need some suggestions on my code, ...
5votes
2answers
115views
Web ToDo application in JavaScript, HTML, CSS
I would like to share with you the code from the application I just finished. It is a web application written in HTML, CSS, JavaScript and jQuery. It uses ...
5votes
1answer
209views
To-do list web application
I personally find it helpful to see what aspects of a program I already implemented and what features I need to add. Just for fun, I decided to write up a program to do that. This is the first program ...
4votes
1answer
738views
To-do list - HTML/CSS/JS
I created my first "program": a to-do list. I would appreciate it if somebody could look at the code and give me some hints on how to improve it. ...
2votes
0answers
73views
Task-List: Adding, updating and deleting tasks with CSS animations
I would really like to improve, so any feedback is so appreciated! Tasks.js ...
5votes
0answers
5kviews
Todo list with calendar
The app is a todo list with a three-day calendar. Users can add and remove lists and it's all stored in local storage. My aim was to use vanilla JS but I did use jQuery for the date picker. I'm just ...
22votes
6answers
7kviews
To-do list in jQuery
I'm making a simple to-do list with jQuery. This is my first step in JavaScript and jQuery. How can I improve my code? User enter tasks in input field, submit by pressing 'Enter'. On double-click, he ...
3votes
1answer
408views
JavaScript implementation of a TODO manager
I was asked to create a TODO manager using JavaScript and CSS. I did not get a good review on the code nor specific comments on how to improve it. Can someone here help by give me tips on what is bad ...
5votes
3answers
428views
Todo app for displaying a list of tasks
The main view in my (toy!) Todo app is, of course, to display the list of tasks. These are grouped by some criterion, and the tasks structure below is actually a ...